home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / MISC / READNEWS.ARC / !ReadNews_SysScripts_Reply < prev   
Encoding:
Text File  |  1994-05-11  |  514 b   |  30 lines

  1. #Script Private Reply
  2. #Arg Article:
  3. #if "%0%"=""
  4. #error Must specify an article file to reply to
  5. #endif
  6. #get_header %0%
  7. #Output edit
  8. To: %rto%
  9. #if "%hdr_cc%">"" AND "%hdr_cc%"<>"%rto%"
  10. Cc: %hdr_cc%
  11. #endif
  12. Subject: %rsubj%
  13. Keywords: 
  14. References: %ref%
  15. #if "%replyto%"<>""
  16. Reply-To: %replyto%
  17. #endif
  18. Organisation: %org%
  19. X-Mailer: Archimedes ReadNews
  20.  
  21. #if %quote_flag%
  22. In message %hdr_message-id% you write:
  23.  
  24. #include %0% -quote -qrot13 -noheader
  25.  
  26. #endif
  27. #if %sig_flag% AND "%sig_file%">""
  28. #include %sig_file%
  29. #endif
  30.